Frontend Forever App
We have a mobile app for you to download and use. And you can unlock many features in the app.
Get it now
Intall Later
Run
HTML
CSS
Javascript
Output
Document
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
열차예매_1
<%-- 외부 테이블 --%>
경로
직통
왕복
환승
출발일시
2015
2016
년
1
2
3
4
5
6
7
8
9
10
11
12
월
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
일
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
시
운행경로
서울
천안
부산
-
서울
천안
부산
<%--내부테이블--%>
열차정보
열차
출발(시간)
도착(시간)
예약
@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800); *, :after, :before { box-sizing: border-box; padding: 0; margin: 0; }
console.log("Event Fired") $(document).ready(function () { $("div").hide(); $("#but").click(function () { if ($("#t1").is(":checked") == false && $("#t2").is(":checked") == false && $("#t3").is(":checked") == false) { alert("경로를 선택하세요"); return false; } if ($("#sel1").val() == $("#sel2").val()) { alert("운행경로가 동일합니다"); return false; } $("div").show(); }); $("#fm").submit(function () { if ($("#bus133").is(":checked") == false && $("#bus135").is(":checked") == false && $("#bus137").is(":checked") == false) { alert("열차를 선택해 주세요"); return false; } }); });